home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2744 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  992 b 

  1. Path: news.mel.aone.net.au!OzEmail!usenet
  2. From: tedjones@voyager.co.nz (Oliver Jones)
  3. Newsgroups: rec.games.programmer,comp.lang.c,comp.lang.c++
  4. Subject: Watcom and Available Memory
  5. Date: Fri, 19 Jan 1996 13:52:11 GMT
  6. Organization: Ted Jones Motor Co Ltd.
  7. Message-ID: <4do475$1da@oznet07.ozemail.com.au>
  8. NNTP-Posting-Host: ts1p04.net.hamilton.voyager.co.nz
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. (Email replies please)
  12.  
  13.  Hi.  I have Watcom C++ v10 and I need a way to find out how much free
  14. RAM is left available to allocate.  I've played with _heapwalk() and
  15. memaval etc and they only report about 3k available.  I have 32mb of
  16. RAM.  I'm doing this with DOS/4GW and wpp386.  If anyone knows a way
  17. of reporting the entire FREE RAM space I'd be greatful if they were to
  18. share it with me.  Preferably I'd like to know if there is a standard
  19. way of finding the entire free "core" area under any C or C++ system.
  20. I there is none i think it's a gapping hole in the standard.
  21.  
  22. Ciao,
  23.     Oliver Jones
  24.  
  25.